home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / NonFileSavePanel.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  332 b   |  25 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. NonFileSavePanel = {
  7.     ACTIONS = {
  8.     okAction:;
  9.     browserSingleClickAction:;
  10.     browserDoubleClickAction:;
  11.     cancelAction:;
  12.     };
  13.     OUTLETS = {
  14.     text;
  15.     textField;
  16.     cancelButton;
  17.     browser;
  18.     panel;
  19.     title;
  20.     okButton;
  21.     valueList;
  22.     };
  23.     SUPERCLASS = Object;
  24. };
  25.